home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Shareware Gold
/
Windows Shareware Gold Volume 3 Number 1 (Sherburne Knowledge Systems) (1991).iso
/
apps
/
f1192
/
lines.scr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-09-22
|
199 b
|
13 lines
; lines.scr
;GdiSetWindow(WinGetDesktop())
i=0
GdiCreatePen(1,1,255,0,0)
while (i<640)
GdiMoveTo(0,0)
GdiLineTo(i,480)
GdiMoveTo(640,480)
GdiLineTo(i,0)
i = i+4
endwhile
exit